CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nfa to dfa

搜索资源列表

  1. REManageAndNFAToDFA

    0下载:
  2. 能够完成正规式到NFA的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别-to complete the formal ceremony to change the NFA, NFA conversion to DFA (subset), the smallest of DFA, testing whether a string of generation to generation by the DFA Recognition
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:25615
    • 提供者:winpro
  1. zidongji

    0下载:
  2. 编译原理中的NFA转换到DFA(自动机的转换)-compiler principles of the NFA conversion to DFA (automatic machine translation)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1940
    • 提供者:冰冰
  1. NFA

    0下载:
  2. 实现NFA确定化子集算法程序。DFA是NFA的特例。对每个NFA  N一定存在一个DFA M ,使得 L(M)=L(N)。对每个NFA N存在着与之等价的DFA M。从NFA的矩阵表示中可以看出,表项通常是一状态的集合,而在DFA的矩阵表示中,表项是一个状态,NFA到相应的DFA的构造的基本思路是:1.DFA的每一个状态对应NFA的一组状态. 2. DFA使用它的状态去记录在NFA读入一个输入符号后可能达到的所有状态.。-achieve NFA Number algorithm to deter
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:10067
    • 提供者:
  1. nfa_dfa

    0下载:
  2. 求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 有注释。-seek formal expressions of the NFA (uncertain Finite Automata), the NFA to the DFA and DFA (finite state machine) is the smallest of the Notes.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:王超
  1. Lexical

    0下载:
  2. dfa he NFA 之间的转化 非常好用啊 要是需要和我练习-dfa he NFA conversion between ah If there were to be very easy to use and I practice
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3239
    • 提供者:123321
  1. TEMPLATE

    0下载:
  2. 输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:67756
    • 提供者:
  1. zuodigui

    0下载:
  2. 消除文法的左递归,实现文法的化简以及NFA与DFA的转换-Elimination of left recursive grammar to achieve grammatical simplification, as well as conversion of NFA and DFA
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:42738
    • 提供者:yao
  1. nfatodfa

    0下载:
  2. nfa 转化为 dfa 能够运行成功,我自己已经实验过了,欢迎下载-nfa dfa able to run into a success, I have experimented with, and welcome to download
  3. 所属分类:Windows编程

    • 发布日期:2017-04-13
    • 文件大小:1909
    • 提供者:小杰
  1. NFAtoDFA

    0下载:
  2. 给出一个NFA,用代码实现到DFA的转换,编译原理-Give an NFA, with the code to DFA conversion, compiler theory
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3166
    • 提供者:祝海兰
  1. NFA

    0下载:
  2. DFA NFA 文件生成转换 C++ 制作源码-DFA NFA file to generate source code conversion C++ production
  3. 所属分类:Energy industry

    • 发布日期:2017-04-03
    • 文件大小:1853
    • 提供者:cyl
  1. n2d

    0下载:
  2. 实现了一个简单的nfa到dfa的转换程序,可以供初学者参考-failed to translate
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1818
    • 提供者:张某某
  1. nfa

    1下载:
  2. 把NFA确定化为DFA 的算法,实现将给定的NFA M,确定化为DFA M’,然后将DFA M状态最少化,将给定的DFA M的有限状态集S划分成若干互不相交的子集,使得:任何不同的两个子集中的状态都是可区别的,而同一子集中的任何两个状态都是等价的(要利用Ia函数,但并不需要构造ε-CLOSURE函数,因这是DFA)。输出化简后的DFA M’。 -NFA into a DFA to determine the algorithm to achieve a given NFA M, to det
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2551
    • 提供者:王静晓
  1. cifafenxi

    0下载:
  2. 1、根据要求写出词法分析的正规文法G;2、根据正规文法G,写出正则式RE;3、根据正则式RE,画出NFA;4、将NFA转化为DFA;5、将DFA转化为mininum state DFA;6、mininum state DFA就是词法分析程序的流程图,根据此流程图编写相应的词法分析程序。-1, according to the lexical analysis required to write a formal grammar G 2, according to a regular gramm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:6184
    • 提供者:
  1. DFA

    0下载:
  2. MFC实现的正规式的输入,转化为NFA,转化为DFA,转化为最简DFA的程序-use MFC to operate something about NFA
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4697088
    • 提供者:流木0911
  1. RextoNFA

    0下载:
  2. 实验正则表达式到NFA 由NFA到DFA,同时有状态表的生成-Experimental regular expression to NFA From NFA to DFA, while the state table generation
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:191852
    • 提供者:wu
  1. B6MHjIFh

    0下载:
  2. 编译原理实验正则表达式到NFA 由NFA到DFA,同时有状态表的生成-Experimental regular expression to NFA From NFA to DFA, while the state table generation
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:57514
    • 提供者:wu
  1. TFPgoodNFA

    0下载:
  2. The determination of finite automata China, NFA to DFA transformation, a good source
  3. 所属分类:ComboBox

    • 发布日期:2017-12-16
    • 文件大小:26624
    • 提供者:ferna
  1. automata

    0下载:
  2. 有限自动机的确定华,NFA到DFA的转变,很好的源码(The determination of finite automata China, NFA to DFA transformation, a good source)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:26624
    • 提供者:carteyian
  1. TYPKA111

    0下载:
  2. 有限自动机的确定华,NFA到DFA的转变,很好的源码(The determination of finite automata China, NFA to DFA transformation, a good source)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-26
    • 文件大小:26624
    • 提供者:Edxte
  1. 实验2

    0下载:
  2. 将NFA转为DFA并最小化,从excel表中读入,并输出每一步的结果,(transform NFA to DFA)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:519168
    • 提供者:xxshen
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com